home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_75 / DoAction.as
Text File  |  2011-08-19  |  219b  |  13 lines

  1. if(this.getGoldCnt < 20)
  2. {
  3.    this.clearAllMC();
  4.    this.setDepths();
  5.    this.gotoAndPlay("stageInit");
  6. }
  7. else
  8. {
  9.    this.stageNum = this.stageNum + 1;
  10.    this.initGame();
  11.    this.gotoAndPlay("stageinit");
  12. }
  13.